projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feba565
)
(FONT_MAX_WIDTH): New macro.
author
Geoff Voelker
<voelker@cs.washington.edu>
Thu, 3 Dec 1998 00:06:26 +0000
(
00:06
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Thu, 3 Dec 1998 00:06:26 +0000
(
00:06
+0000)
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 0cfa6ffce5b387b57d728a98b863498b6c7d4d39..869c1df18477aeac661f95b0b93fdc4892f4da58 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-31,6
+31,7
@@
Boston, MA 02111-1307, USA. */
#define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth)
#define FONT_HEIGHT(f) ((f)->tm.tmHeight)
#define FONT_BASE(f) ((f)->tm.tmAscent)
+#define FONT_MAX_WIDTH(f) ((f)->tm.tmMaxCharWidth)
#define CHECK_W32_FRAME(f, frame) \
if (NILP (frame)) \